SftTree/OCX 7.0

SftTreeHeaders.Resizable Property

Softel vdm, Inc.

Defines whether column headers can be resized by the user.

Syntax       

Get

VB.NET

Style = object.Resizable  As SftTreeResizeConstants

VB

Style = object.Resizable  As SftTreeResizeConstants

C#.NET

SftTreeResizeConstants Style = object.Resizable;

VC++

enum SftTreeResizeConstants Style = object->Resizable;
enum SftTreeResizeConstants Style = object->GetResizable();

C

HRESULT object->get_Resizable(enum SftTreeResizeConstants* Style);

Delphi

Style := object.Resizable  : TOleEnum;

Put

VB.NET

object.Resizable = Style  As SftTreeResizeConstants

VB

object.Resizable = Style  As SftTreeResizeConstants

C#.NET

SftTreeResizeConstants object.Resizable = Style;

VC++

enum SftTreeResizeConstants object->Resizable = Style;
void object->PutResizable(enum SftTreeResizeConstants Style);

C

HRESULT object->put_Resizable(enum SftTreeResizeConstants Style);

Delphi

object.Resizable := Style  : TOleEnum;

object

A SftTreeHeaders object.

Style

Defines whether column headers can be resized by the user.

Boolean

Description

True

Column headers can be resized by the user.

False

Column headers cannot be resized by the user.

Comments

The Resizable property defines whether column headers can be resized by the user.

Individual columns can be locked in size by using the Header.Locked property.

See Also  SftTreeHeaders Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com